I use VS R70, with the following test script:
The official blu-ray .sup (see attachment) plays until sub 7, then keeps displaying sub 7 for everCode:import vapoursynth as vs core = vs.core core.max_cache_size = 65535 vid = core.dgdecodenv.DGSource (r'c:\jobs\austin2.dgi') vid = core.resize.Point(vid, format = vs.YUV420P10) vid = core.neo_f3kdb.Deband (vid, preset="veryhigh", dither_algo=2) vid = core.sub.ImageFile (vid, file=r'g:\jobs\cutie.sup', blend=True) vid.set_output ()
subtile edit view
This makes absolutely no sense, especially since I processed this blu-ray a few years before, with the same .sup file (but an older VapourSynth install).
EDIT: This post was supposed to have an attachment; guess not:
the .sup file
+ Reply to Thread
Results 1 to 3 of 3
-
-
Since the .sup file works fine here, have you tried a simpler script?
Code:import vapoursynth as vs core = vs.core vid = core.dgdecodenv.DGSource (r'c:\jobs\austin2.dgi') vid = core.sub.ImageFile(vid, file=r'g:\jobs\cutie.sup') vid.set_output ()
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Similar Threads
-
Subtitle Edit appears broken...fix OCR errors creates errors on or off??
By Ronstang in forum SubtitleReplies: 9Last Post: 12th Dec 2023, 22:13 -
Installing vapoursynth
By rrats in forum Newbie / General discussionsReplies: 3Last Post: 30th Sep 2021, 16:35 -
vapoursynth errors
By IAAMM in forum Newbie / General discussionsReplies: 7Last Post: 29th Mar 2021, 10:14 -
Changing FPS in Vapoursynth
By leonsk in forum EditingReplies: 4Last Post: 23rd Nov 2020, 09:02 -
Vapoursynth error
By plshelpvapoursynth in forum Newbie / General discussionsReplies: 9Last Post: 23rd Aug 2020, 23:19